Pick up more crumbs.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 20 Apr 2006 02:31:04 +0000 (02:31 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 20 Apr 2006 02:31:04 +0000 (02:31 +0000)
gpsbabel/jeeps/gpslibusb.c

index b0c25669b87bbeb89d66d443257f706a2770e3c0..d282e4ee35e773f868d4f031ef98b2700383db07 100644 (file)
@@ -26,7 +26,6 @@
 #if HAVE_LIBUSB
 #include <usb.h>
 #include "gps.h"
-#include "gpslibusb.h"
 #include "garminusb.h"
 #include "gpsusbcommon.h"
 
@@ -44,6 +43,9 @@
 #define TMOUT_I 3000 /*  Milliseconds to timeout intr pipe access. */
 #define TMOUT_B 3000 /*  Milliseconds to timeout bulk pipe access. */
 
+typedef struct {
+       struct usb_bus *busses;
+} libusb_unit_data;
 
 /* 
  * TODO: this should all be moved into libusbdata in gpslibusb.h,